home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global cycleNo, userNo, beginDate, endDate
- put EMPTY into field "cycle list"
- repeat with i = 1 to getAt(cycleNo, userNo) - 1
- readShortCycleInfo(i)
- put "Cycle" && i & ": " & getDate(beginDate) && "to" && getDate(endDate) & RETURN after field "cycle list"
- end repeat
- cursor(0)
- end
-
- on exitFrame
- pause()
- end
-